home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / VIRTUASRC / !Virtual / h / output < prev    next >
Text File  |  1993-09-06  |  308b  |  19 lines

  1. /*
  2.  * output.h
  3.  * Part of the !Virtual distribution
  4.  * (c) bdb/nas/fo, 1992-3
  5.  */
  6.  
  7. /* Call these in normal mode */
  8.  
  9. void printflush(WKSP *w);
  10.  
  11. void printc(WKSP *w, int c );
  12. #pragma check_printf_formats
  13. void printf(char *fmt,...);
  14. #pragma -v0
  15.  
  16. /* Special call for virtual mode */
  17.  
  18. void outc(WKSP *w, int c );
  19.